home *** CD-ROM | disk | FTP | other *** search
- package java.awt;
-
- import java.awt.event.KeyEvent;
- import java.lang.reflect.Field;
- import java.security.PrivilegedAction;
-
- final class KeyboardFocusManager$2 implements PrivilegedAction {
- // $FF: synthetic field
- static final boolean $assertionsDisabled = !KeyboardFocusManager.class.desiredAssertionStatus();
-
- public Object run() {
- Field var1 = null;
-
- try {
- var1 = KeyEvent.class.getDeclaredField("isProxyActive");
- if (var1 != null) {
- var1.setAccessible(true);
- }
- } catch (NoSuchFieldException var3) {
- if (!$assertionsDisabled) {
- throw new AssertionError();
- }
- }
-
- return var1;
- }
- }
-